From: Richard M. Stallman Date: Sat, 23 Apr 1994 01:45:33 +0000 (+0000) Subject: Initial revision X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92028 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=abf60cc49de723945dd151bde3b6e974d598825d;p=emacs.git Initial revision --- diff --git a/src/m/mips-siemens.h b/src/m/mips-siemens.h new file mode 100644 index 00000000000..a92d78905b1 --- /dev/null +++ b/src/m/mips-siemens.h @@ -0,0 +1,27 @@ +#include "mips.h" + + +/* Data type of load average, as read out of kmem. */ + +#undef LOAD_AVE_TYPE +#define LOAD_AVE_TYPE double + +/* Convert that into an integer that is 100 for a load average of 1.0 */ + +#undef LOAD_AVE_CVT +#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) + +/* Don't use the ordinary -g for debugging in cc */ + +#undef C_DEBUG_SWITCH +#define C_DEBUG_SWITCH -g + +/* we use all of GNU's memory allocation routines */ +#define C_ALLOCA + +/* This system uses a slightly nonstandard variant of elf format. */ +#undef UNEXEC +#define UNEXEC unexelf.o +#define ELF_BSS_SECTION_NAME ".sbss" + +#define BSTRING